Represents type of an object.
Namespace:
Independentsoft.Msg
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
SyntaxPublic Enumeration ObjectType
Members|
| Member name | Value | Description |
|---|
| AddressBookContainer | 0 |
Address book container object.
|
| AddressBook | 1 |
Address book object.
|
| Attachment | 2 |
Message attachment object.
|
| DistributionList | 3 |
Distribution list object.
|
| Folder | 4 |
Folder object.
|
| Form | 5 |
Form object.
|
| MailUser | 6 |
Messaging user object.
|
| Message | 7 |
Message object.
|
| ProfileSelection | 8 |
Profile section object.
|
| Session | 9 |
Session object.
|
| Status | 10 |
Status object.
|
| MessageStore | 11 |
Message store object.
|
| None | 12 |
None
|
See Also